home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Demos
/
AppMaker 2.0b3
/
Demo AppMaker 2.0b3
/
Examples
/
pre-built AMReminder
/
PowerPlant
/
CmdCodes.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-10-05
|
251 b
|
12 lines
|
[
TEXT/MMCC
]
/* CmdCodes.h -- command code declarations */
/* Created 10/5/95 4:49 PM by AppMaker */
#pragma once
#include <PP_Types.h>
const CommandT cmdAddReminder = 'Addr';
const CommandT cmdEditReminder = 'Edir';
const CommandT cmdDeleteReminder = 'Delr';